home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / music / cv2sam31.zip / WHATSNEW.301 < prev   
Text File  |  1993-03-07  |  3KB  |  69 lines

  1. This is the fifth version (versions 1.00 and 1.10 supported only 
  2. RAW data, requiring a VOC conversion utility to be utilized).  With VOC 
  3. support added, the program has been renamed from RAW2SAM to CVT2SAM to 
  4. demonstrate its multi-format input capabilities.  Version 3.00 also adds
  5. WAV conversion capabilities.
  6.  
  7. In each release you'll notice that I mention the code is 'very efficient' or
  8. 'optimally efficient.'  At those points I was comparing my code to other
  9. available code which performed the same tasks.  When writing version 3.00
  10. I discovered an entirely new set of routines which increase speed by epic
  11. proportions!  Following are a comparison between 2.20 and 3.00.
  12.  
  13. VOC files
  14. (3,048,649 bytes in 13 VOC files which are a mix of raw VOC's, and many
  15. different block arrangements)
  16. Ver 2.20: 5 minutes 57 seconds
  17. Ver 3.00: 1 minute  05 seconds
  18.  
  19. RAW and SAM files
  20. (2,393,313 bytes in 11 files which are a mix of RAW, SAM, and SND files)
  21. Ver 2.20: 3 minutes 42 seconds
  22. Ver 3.00:           18 seconds
  23.  
  24. As you can tell, the speed increases were dramatic!  Bear in mind, these
  25. are my results on my system and do not guarantee any level of performance
  26. (though I think you will find the performance outstanding!)
  27.  
  28. Version 3.01 (Mar 6, 1993)
  29.         Minor bug fixes of 3.00 (public release)
  30.  
  31.  
  32. Version 3.00 (Mar 5, 1993)
  33.         Released only to select sites as 'test' release
  34.         SPEED!  All routines were DRAMATICALLY speeded up.  This program
  35.                 should almost be a given a new name.  Blazingly fast!!!!
  36.         Added ability to process WAV files
  37.         Fixed problems with incorrect lengths of silence block expansion
  38.  
  39. Version 2.20 (Feb 20, 1993)
  40.         VOC routines rewritten to be optimally efficient (were dependant
  41.                 on RAW routines before for data processing)
  42.         Added '-R' option to reverse conversion from SAM to RAW
  43.         Added ability to expand VOC repeats
  44.  
  45. Version 2.01 (Feb 15, 1993)
  46.         Name changed to CVT2SAM to reflect new multi-format ability
  47.         Added VOC support (inlcuding blocked VOC's.  Supported are:
  48.                 message blocks, marker blocks, data blocks, subsequent
  49.                 data blocks, silence blocks.  Also recognized, but not
  50.                 expanded were repeat blocks.
  51.         Added option '-C' to convert packed data
  52.         Added help screen '-?' online
  53.  
  54. Version 2.00 (Feb 15, 1993)
  55.         Very buggy version of 2.01, same features, but many didn't work.
  56.         A few copies leaked out before I caught the problems, which were
  57.                 corrected within the day.
  58.  
  59. Version 1.10 (Dec 1, 1992)
  60.         Makes 1.00 more usable (no notable new features)
  61.         Added parameter reading routines so filenames can now be specified
  62.                 on the command line
  63.         Complete rewrite of raw data to SAM conversion code (VERY efficient
  64.                 now!)
  65.  
  66. Version 1.00 (Nov 92)
  67.         First release written for a friend
  68.         Converted raw data to SAM data
  69.